Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharding p2p: minor fixes #2436

Merged
merged 4 commits into from
May 28, 2021
Merged

Sharding p2p: minor fixes #2436

merged 4 commits into from
May 28, 2021

Conversation

terencechain
Copy link
Contributor

Minor touch ups:

  • SignedShardHeader should have been SignedShardBlobHeader
  • Added sections Shard blob subnets and Global topics to follow same format as Phase 0 and Altair docs.

@@ -88,12 +90,16 @@ Following the same scheme as the [Phase0 gossip topics](../phase0/p2p-interface.
| Name | Message Type |
|----------------------------------|---------------------------|
| `shard_blob_{subnet_id}` | `SignedShardBlob` |
| `shard_header` | `SignedShardHeader` |
| `shard_blob_header` | `SignedShardBlobHeader` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although this is nice and complete, I do like shorter names. Hmm

Copy link
Collaborator

@protolambda protolambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@protolambda protolambda merged commit 482b028 into ethereum:dev May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants